WARNING: This program has a bug, which means we need to fix it!
RULE: If there are 3 parameter names in the function definition, then we must pass 3 argumentss to the function in the function call.
- Click Run and read the error message.
- Pass in a third argument in the call line so that the turtle draws a spiral with a 100 degree angle.
To navigate the page using the TAB key, first press ESC to exit the code editor.